home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00825.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  350 b   |  12 lines

  1. on aboutBOX
  2.   global mywindow
  3.   set horzO to the stageLeft + 127
  4.   set vertO to the stageRight + 66
  5.   set myWindowrect to rect(horzO, vertO, horzO + 256, vertO + 192)
  6.   set mywindow to window "aboutBox"
  7.   set the rect of mywindow to myWindowrect
  8.   set the fileName of mywindow to "aboutbox"
  9.   set the windowType of mywindow to 1
  10.   open(mywindow)
  11. end
  12.